ASP.NET Core MVC コントロールヘルプ
OnClientRowAdded メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : OnClientRowAdded メソッド
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowAdded client event. Occurs when the user creates a new item by editing the new row template (see the allowAddNew property).
シンタックス
'宣言
 
Public Overridable Function OnClientRowAdded( _
   ByVal value As System.String _
) As TBuilder
public virtual TBuilder OnClientRowAdded( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The event handler may customize the content of the new item or cancel the new item creation.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ